projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c108d8e
)
Pacify GCC -Wmaybe-uninitialized
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 17 Sep 2019 11:01:00 +0000
(
04:01
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 17 Sep 2019 11:01:20 +0000
(
04:01
-0700)
* src/dired.c (directory_files_internal):
Pacify GCC 7.4.0-1ubuntu1~18.04.1 x86-64.
src/dired.c
patch
|
blob
|
history
diff --git
a/src/dired.c
b/src/dired.c
index 5fc6ccd3eadb32e81afb729bfa7867e5eb9d1212..df03bc32cef2faa3ab8f75480859098b52e315ad 100644
(file)
--- a/
src/dired.c
+++ b/
src/dired.c
@@
-241,7
+241,7
@@
directory_files_internal (Lisp_Object directory, Lisp_Object full,
&& fast_string_match_internal (match, name, case_table) < 0)
continue;
- Lisp_Object fileattrs;
+ Lisp_Object fileattrs
UNINIT
;
if (attrs)
{
fileattrs = file_attributes (fd, dp->d_name, directory, name,